GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-28T00:40:12.8586042+00:00",
"SubmitDate": "2026-03-28T00:40:12.8586042+00:00",
"ReportPeriodStart": "2026-03-28T00:40:12.8586042+00:00",
"ReportPeriodEnd": "2026-03-28T00:40:12.8586042+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5c050939-86a2-4bfe-908a-0cf011213f9e",
"Rows": [
{
"ItemId": "81802f54-f9ad-47e3-96ca-fba35ebe30a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "81802f54-f9ad-47e3-96ca-fba35ebe30a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5c050939-86a2-4bfe-908a-0cf011213f9e",
"Rows": [
{
"ItemId": "81802f54-f9ad-47e3-96ca-fba35ebe30a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "81802f54-f9ad-47e3-96ca-fba35ebe30a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7328d2d4-a520-4617-9271-9a0576481de5",
"d662c842-01b6-41a9-94ed-2592f389ccbb"
],
"Approvers": [
"5558ad2b-2c5a-4ce7-94b2-1b5a741cde96",
"e389226b-1696-4bac-91a0-a7cdc36c9ab1"
],
"ApprovedBy": "5aee2d50-4255-43a9-8396-f0a59f05fa34",
"ApprovalDate": "2026-03-28T00:40:12.8586042+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c70f77c-570f-4dfe-babe-b7f544f5c093",
"id": "07b4aa8b-10aa-4404-88b1-d76128360b69",
"ConfigId": "44d4c1ca-0018-4e17-b7f4-84959c1365fa"
},
{
"GenerationDate": "2026-03-28T00:40:12.8586042+00:00",
"SubmitDate": "2026-03-28T00:40:12.8586042+00:00",
"ReportPeriodStart": "2026-03-28T00:40:12.8586042+00:00",
"ReportPeriodEnd": "2026-03-28T00:40:12.8586042+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5c050939-86a2-4bfe-908a-0cf011213f9e",
"Rows": [
{
"ItemId": "81802f54-f9ad-47e3-96ca-fba35ebe30a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "81802f54-f9ad-47e3-96ca-fba35ebe30a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5c050939-86a2-4bfe-908a-0cf011213f9e",
"Rows": [
{
"ItemId": "81802f54-f9ad-47e3-96ca-fba35ebe30a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "81802f54-f9ad-47e3-96ca-fba35ebe30a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7328d2d4-a520-4617-9271-9a0576481de5",
"d662c842-01b6-41a9-94ed-2592f389ccbb"
],
"Approvers": [
"5558ad2b-2c5a-4ce7-94b2-1b5a741cde96",
"e389226b-1696-4bac-91a0-a7cdc36c9ab1"
],
"ApprovedBy": "5aee2d50-4255-43a9-8396-f0a59f05fa34",
"ApprovalDate": "2026-03-28T00:40:12.8586042+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c70f77c-570f-4dfe-babe-b7f544f5c093",
"id": "07b4aa8b-10aa-4404-88b1-d76128360b69",
"ConfigId": "44d4c1ca-0018-4e17-b7f4-84959c1365fa"
}
]